projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b73b6aa
)
(x_display): New field cursor_fore_pixel.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 16 May 1993 22:34:42 +0000
(22:34 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 16 May 1993 22:34:42 +0000
(22:34 +0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index 8a25d0776324e1ef133d4112520c3a609a9e160b..7981bd9028366f17ff7eec97febcc85d24eec20b 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-280,6
+280,7
@@
struct x_display
PIX_TYPE cursor_pixel;
PIX_TYPE border_pixel;
PIX_TYPE mouse_pixel;
+ PIX_TYPE cursor_foreground_pixel;
/* Descriptor for the cursor in use for this window. */
#ifdef HAVE_X11